Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add build script for publishing #41

Merged
merged 6 commits into from
Sep 23, 2024
Merged

feat: Add build script for publishing #41

merged 6 commits into from
Sep 23, 2024

Conversation

trygve-lie
Copy link
Collaborator

This adds a build script for adjusting the dependencies when publishing this module.

The main problem is that the cluster module is not correctly exporting itself. This problem makes it "impossible" for us to publish this module and have someone else use it (it will break).

The solution to this is that we need to transform how the cluster module export itself before we can transform this. The added build script does this and makes it possible to publish this module so it can be used in other projects.

I've also adjusted some methods and css in the module to be more suitable for use in a different project.

@purplebugs purplebugs merged commit 72e9bdd into main Sep 23, 2024
1 check passed
@purplebugs purplebugs deleted the extend-build branch September 23, 2024 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants